Skip to content

Conversation

@iddinev
Copy link
Contributor

@iddinev iddinev commented Mar 19, 2019

The previous openembedded patch 0001-Fix-macro-error.patch fixes the compile time macro expansion error but introduces another one in the form of erroneous 'MACRO1##MACR2' concatenation. This patch fixes that error.

sashko and others added 12 commits March 17, 2019 08:44
Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
RDEPENDS are already specified separately for bluez4 and bluez5.

Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
License checksum has been changed due to the minor indentation change
in the COPYING file.

Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Oleksandr Kravchuk <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Update libgtop from 2.38.0 to 2.40.0

* reset LIBGTOP_LIBS to avoid compile errors which caused by host
  contamination

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Initialize magic_number to zero to avoid such failure.
utilities/blob_db/blob_log_format.cc:91:3: error: 'magic_number' may be used
uninitialized in this function [-Werror=maybe-uninitialized]
   if (magic_number != kMagicNumber) {
   ^~

Signed-off-by: He Zhe <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
The previous patch 0001-Fix-macro-error.patch erroneously assumes
that the 'MACRO1##MACRO2' operation expands the macros
before concatination. As a result the UTEMPTER_DEFAULT_PATHNAME
always gets the literal RAW_UTEMPTER_PATH value.

Signed-off-by: iddinev <[email protected]>
@iddinev iddinev closed this Mar 20, 2019
@iddinev iddinev deleted the master-next branch March 20, 2019 21:56
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 9, 2020
From [1]:

==============
Version 3.34.3
==============

- seccomp is not supported ATM on riscv64 architecture, blacklist it for now (openembedded#128)

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.3.news

Signed-off-by: Andreas Müller <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 9, 2020
>From [1]:

==============
Version 3.34.3
==============

- seccomp is not supported ATM on riscv64 architecture, blacklist it for now (openembedded#128)

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.3.news

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 10, 2020
>From [1]:

==============
Version 3.34.3
==============

- seccomp is not supported ATM on riscv64 architecture, blacklist it for now (openembedded#128)

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.3.news

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
jpuhlman pushed a commit to MontaVista-OpenSourceTechnology/meta-openembedded that referenced this pull request Jan 10, 2020
Source: meta-openembedded
MR: 00000
Type: Integration
Disposition: Merged from meta-openembedded
ChangeID: 1de5767
Description:

>From [1]:

==============
Version 3.34.3
==============

- seccomp is not supported ATM on riscv64 architecture, blacklist it for now (openembedded#128)

[1] http://ftp.gnome.org/pub/gnome/sources/gnome-desktop/3.34/gnome-desktop-3.34.3.news

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Jeremy Puhlman <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 8, 2021
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (openembedded#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (openembedded#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (openembedded#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, openembedded#810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (openembedded#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, openembedded#810, Casey Jao)
  * Record current page when going back in history (openembedded#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, openembedded#810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (openembedded#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (openembedded#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (openembedded#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (openembedded#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (openembedded#662, Mads Chr. Olesen)
  * Make a preview popover for links (openembedded#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (openembedded#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (openembedded#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 9, 2021
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (openembedded#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (openembedded#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (openembedded#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, openembedded#810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (openembedded#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, openembedded#810, Casey Jao)
  * Record current page when going back in history (openembedded#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, openembedded#810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (openembedded#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (openembedded#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (openembedded#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (openembedded#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (openembedded#662, Mads Chr. Olesen)
  * Make a preview popover for links (openembedded#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (openembedded#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (openembedded#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 12, 2021
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (openembedded#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (openembedded#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (openembedded#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, openembedded#810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (openembedded#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, openembedded#810, Casey Jao)
  * Record current page when going back in history (openembedded#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, openembedded#810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (openembedded#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (openembedded#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (openembedded#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (openembedded#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (openembedded#662, Mads Chr. Olesen)
  * Make a preview popover for links (openembedded#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (openembedded#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (openembedded#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit to YoeDistro/meta-openembedded that referenced this pull request Jan 13, 2021
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (openembedded#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (openembedded#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (openembedded#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, openembedded#810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (openembedded#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, openembedded#810, Casey Jao)
  * Record current page when going back in history (openembedded#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, openembedded#810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (openembedded#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (openembedded#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (openembedded#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (openembedded#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (openembedded#662, Mads Chr. Olesen)
  * Make a preview popover for links (openembedded#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (openembedded#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (openembedded#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 14, 2021
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (openembedded#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (openembedded#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (openembedded#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, openembedded#810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (openembedded#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, openembedded#810, Casey Jao)
  * Record current page when going back in history (openembedded#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, openembedded#810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (openembedded#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (openembedded#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (openembedded#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (openembedded#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (openembedded#662, Mads Chr. Olesen)
  * Make a preview popover for links (openembedded#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (openembedded#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (openembedded#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <[email protected]>
schnitzeltony added a commit to schnitzeltony/meta-openembedded that referenced this pull request Jan 14, 2021
clang patches are not necessary any more

================
Evince    3.38.0
================
build:
  * Build using libm in some of the backends (Sebastien Bacher)
dvi:
  *  Minus sign doesn't appear with mathdesign fonts (#1477, David C. Sterratt)
pdf:
  *  Reimplement 'de facto' tooltip with no ABI break (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Germán Poo-Caamaño, Sebastien Bacher
Translations:
  * Asier Sarasua Garmendia (Basque)
  * Rafael Fontenelle (Brazilian Portuguese)
  * Goran Vidović (Croatian)
  * Nathan Follens (Dutch)
  * Jiri Grönroos (Finnish)
  * Julien Humbert (French)
  * Balázs Úr (Hungarian)
  * sicklylife (Japanese)
  * Changwoo Ryu (Korean)
  * Danial Behzadi (Persian)
  * Yuri Chornoivan (Ukrainian)

=================
Evince    3.37.90
=================
build:
  * Bump glib requirement to 2.44 (Germán Poo-Caamaño)
  * Correct a typo in meson.build (Felix Yan)
ci:
  * remove deprecated jobs (Jordan Petridis)
dvi:
  * Fix some math fonts when using virtual fonts (openembedded#53, David C. Sterratt)
libdocument:
  * Replace deprecated GTime by GDateTime (vanadiae)
libview:
  * Fix deprecation for getting background color (Germán Poo-Caamaño)
Developers:
  * David C. Sterratt, Felix Yan, Germán Poo-Caamaño, Jordan Petridis, vanadiae
Translations:
  * Boyuan Yang (Chinese (China))
  * Marek Černocký (Czech)
  * Jiri Grönroos (Finnish)
  * Thibault Martin (French)
  * Fabio Tomat (Friulian)
  * Fran Dieguez (Galician)
  * Kukuh Syafaat (Indonesian)
  * Aurimas Černius (Lithuanian)
  * Piotr Drąg (Polish)
  * Марко Костић (Serbian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Anders Jonsson (Swedish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.3
================
backend:
  * Add support for xmpRights:UsageTerms in PDF (openembedded#128, Juanjo Marín)
  * Fix -Werror=format=2 fixes on dvi for ARM (#1429, Germán Poo-Caamaño)
  * Fix warnings (Germán Poo-Caamaño)
build:
  * Remove autotools (Iñigo Martínez)
  * add usual meson build directory to gitignore (vanadiae)
cut-n-paste:
  * Add libdazzle utilities to open file manager (Germán Poo-Caamaño)
  * Use async calls in file manager (Germán Poo-Caamaño)
  * filemanager: create proxy synchronously (Christian Hergert)
data:
  * Add man pages for evince-previewer and evince-thumbnailer (openembedded#680, Caolán McNamara)
  * Crop out of place pixel line of screenshot (Germán Poo-Caamaño)
flatpak:
  * Bump gnome-desktop to 3.36.1 (Germán Poo-Caamaño)
  * Bump poppler to 0.89.0 (Germán Poo-Caamaño)
  * Update Flatpak for app-provided gdk-pixbuf loader (Bastien Nocera)
  * don't build user help as slow and not needed for development (vanadiae)
help:
  * Link to the GNOME Desktop help for two print pages (#1344, Pranali Deshmukh)
  * Updated annotation navigation page (#1345, Pranali Deshmukh)
history:
  * Add links when jumping to first or last page. (#785627, openembedded#810, Casey Jao)
  * Don't assume EvLink has always a valid EvLinkAction (openembedded#810, Nelson Benítez León)
  * Move some responsibilities out of EvHistory. (#785627, openembedded#810, Casey Jao)
  * Record current page when going back in history (openembedded#810, Casey Jao)
  * Record links in history when activating bookmarks (#785627, openembedded#810, Casey Jao)
libdocument:
  * Annotate deprecated function (Germán Poo-Caamaño)
  * Load application-specific gdk-pixbuf loaders (Bastien Nocera)
libview:
  * Add delay before showing link preview popover (openembedded#662, Mads Chr. Olesen)
  * Adjust preview size and contents' position (openembedded#662, Henry Gebhardt)
  * Allow find results be styled with CSS (Germán Poo-Caamaño)
  * Cleanup link preview popover, on mouseover of it (openembedded#662, Mads Chr. Olesen)
  * Fix deprecated use of gdk_flush (Germán Poo-Caamaño)
  * Fix gtk_drag_begin deprecations (Germán Poo-Caamaño)
  * Increase page duration resolution (openembedded#637, Marc Vinyals)
  * Let handle_cursor_over_xy handle link preview (openembedded#662, Mads Chr. Olesen)
  * Make a preview popover for links (openembedded#662, Mads Chr. Olesen)
  * Remove gtk_adjustment_changed calls (Germán Poo-Caamaño)
  * Remove unused variables (openembedded#1010, Germán Poo-Caamaño)
  * Replace "cursor-color" by "caret-color" (Germán Poo-Caamaño)
  * Make contrast functions available in all libview/ (vanadiae)
  * Use annotation color for the close button (vanadiae)
meson:
  *  set license to GPLv2+ as it's the one for the license notices (vanadiae)
misc:
  * Add contribution guidelines (Germán Poo-Caamaño)
  * Add editorconfig file to keep style consistency (vanadiae)
  * Fix formatting CONTRIBUTING.md (Germán Poo-Caamaño)
  * Fix tabs in guidelines for contributors (Germán Poo-Caamaño)
  * Make "Open Containing Folder" work in flatpak (#1147, Casey Jao)
  * Update POTFILES.skip (Piotr Drąg)
  * Updated Contribution Guidelines (Pranali Deshmukh)
  * Fix warning on documents lacking annotations interface (Nelson Benítez León)
shell:
  *  Add meaningful description in about dialog (#1418, Germán Poo-Caamaño)
  *  Check "page-changed" in EvSidebarBookmarks (openembedded#623, Casey Jao)
  *  Fix interval for displaying the loading message (Germán Poo-Caamaño)
  *  Make opening file year-2038-safe (Germán Poo-Caamaño)
  *  Use GMenu for bookmarks' popup menu (Germán Poo-Caamaño)
  *  Use GtkFileChooserNative for opening and saving files. (Casey Jao)
snap:
  *  Don't specify candidate channel for the build snap (Ken VanDine)
  *  updated to use latest snapcraft extension. Fixes #1426 (Ken VanDine)
synctex:
  *  Annotate more functions that wraps formatting strings (Germán Poo-Caamaño)
  *  Sync against upstream synctex (Germán Poo-Caamaño)
Developers:
  * Bastien Nocera, Caolán McNamara, Casey Jao, Christian Hergert, Germán Poo-Caamaño, Henry Gebhardt, Iñigo Martínez, Juanjo Marín, Ken VanDine, Mads Chr. Olesen, Marc Vinyals, Nelson Benítez León, Piotr Drąg, Pranali Deshmukh, vanadiae
Translations:
  * Gil Forcada (Catalan)
  * Jordi Mas (Catalan)
  * Boyuan Yang (Chinese (China))
  * Baurzhan Muftakhidinov (Kazakh)
  * Daniel Șerbănescu (Romanian)
  * Florentina Mușat (Romanian)
  * Matej Urbančič (Slovenian)
  * Daniel Mustieles (Spanish)
  * Emin Tufan Çetin (Turkish)
  * Yuri Chornoivan (Ukrainian)

================
Evince    3.37.2
================
backends:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
  *  Fix -Wformat-zero-length warning (Germán Poo-Caamaño)
build:
  *  use so suffix on macOS (Tom Schoonjans)
ci:
  *  Fix meson targets (Germán Poo-Caamaño)
cut-n-paste:
  *  Annotate functions that wraps formatting strings (#1410, Germán Poo-Caamaño)
Developers:
  * Germán Poo-Caamaño, Tom Schoonjans
Translations:
  * Kukuh Syafaat (Indonesian)

================
Evince    3.37.1
================
build:
  * Use lowercase for project name in meson (Germán Poo-Caamaño)
  * Add 'user_doc' option to meson (Nelson Benítez León)
ci:
  * build with meson by default and autotools manually (Germán Poo-Caamaño)
flatpak:
  * Update Poppler to 0.88.0 (Casey Jao)
libview:
  * Fix typo in parameter's description (Yuri Chornoivan)

Signed-off-by: Andreas Müller <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants